Search results

48 packages found

The same useRef, but with callback

published 1.3.2 a month ago
M
Q
P

A React hook that updates useRef().current with the most recent value each invocation

published 1.0.3 4 years ago
M
Q
P

bedrock-layout useForwardedRef

published 2.0.13 2 months ago
M
Q
P

A custom React hook, useFormFieldsRef, that creates an object with references to form inputs and provides methods to get and set their values, as well as to create FormData for form submissions.

published 0.3.2 a year ago
M
Q
P

bedrock-layout useStatefulRef

published 2.0.13 2 months ago
M
Q
P

[![NPM](https://img.shields.io/npm/v/@vtaits/use-lazy-ref.svg)](https://www.npmjs.com/package/@vtaits/use-lazy-ref)

published 0.1.3 19 days ago
M
Q
P

bedrock-layout useContainerQuery

published 2.0.14 2 months ago
M
Q
P

An assortment of utilities for testing against unstable references in React

published 0.5.2 4 years ago
M
Q
P
M
Q
P

bedrock-layout type utils

published 0.1.11 3 months ago
M
Q
P

Like useCallback, but supports imperative recapturing and always returns stable reference

published 1.0.4 8 months ago
M
Q
P

Like useEffect, but optimized for ref

published 2.0.3 8 months ago
M
Q
P

react react-native typescript:hooks 的状态 use 扩展

published 1.0.31 8 months ago
M
Q
P

A lightweight React package that enhances the reliability of state values within functional components. By utilizing useRef under the hood, useLatestState ensures that you always access the latest state value, eliminating common pitfalls when working with

published 1.0.6 5 months ago
M
Q
P

Custom hook to manage several fields in a form. With this hook, you can manage all of them with only one useRef nd get some actions to get an object with all values or a formData ready to be use

published 0.8.0 a year ago
M
Q
P

A custom React hook to manage values with either useState or useRef.

published 0.1.9 5 months ago
M
Q
P

A React hook combining multiple refs into one ref.

published 1.0.5 a year ago
M
Q
P

useRef and UseState together!

published 1.0.8 3 years ago
M
Q
P

A simple React hook that creates a tilting card effect. ```jsx export default function CardWrapper() { const wrapperElement = useRef() const cardElement = useRef() const setDistance = useTilt(wrapperElement, cardElement, { degree: 30 })

published 1.0.18 3 months ago
M
Q
P

A custom React Hook that provides a declarative useEventListener with native event binding.

published 1.0.1 2 years ago
M
Q
P